Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1141

Closed
wants to merge 1 commit into from
Closed

Configure Renovate #1141

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 14, 2023

Mend Renovate logo banner

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • composer.json (composer)
  • proto/otel/composer.json (composer)
  • src/API/composer.json (composer)
  • src/Context/composer.json (composer)
  • src/Contrib/Grpc/composer.json (composer)
  • src/Contrib/Otlp/composer.json (composer)
  • src/Contrib/Zipkin/composer.json (composer)
  • src/Contrib/composer.json (composer)
  • src/Extension/Propagator/B3/composer.json (composer)
  • src/Extension/Propagator/XCloudTrace/composer.json (composer)
  • src/SDK/composer.json (composer)
  • src/SemConv/composer.json (composer)
  • docker-compose.collector.yaml (docker-compose)
  • docker-compose.fiber-ffi.yaml (docker-compose)
  • docker-compose.prometheus.yaml (docker-compose)
  • docker-compose.w3cTraceContext.yaml (docker-compose)
  • docker-compose.yaml (docker-compose)
  • docker/gitsplit/docker-compose.yaml (docker-compose)
  • docker/Dockerfile (dockerfile)
  • .github/workflows/php.yml (github-actions)
  • .github/workflows/publish-otel-php-base-docker-image.yml (github-actions)
  • .github/workflows/split-monorepo.yaml (github-actions)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 11 Pull Requests:

chore(deps): update dependency phpspec/prophecy-phpunit to v2.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/phpspec-prophecy-phpunit-2.x
  • Merge into: main
  • Upgrade phpspec/prophecy-phpunit to 2.0.2
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
chore(deps): update dependency composer/xdebug-handler to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/composer-xdebug-handler-3.x
  • Merge into: main
  • Upgrade composer/xdebug-handler to ^3.0
chore(deps): update dependency monolog/monolog to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/monolog-monolog-3.x
  • Merge into: main
  • Upgrade monolog/monolog to ^3.0
chore(deps): update dependency phpunit/phpunit to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-10.x
  • Merge into: main
  • Upgrade phpunit/phpunit to ^10.0
chore(deps): update dependency psalm/plugin-mockery to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/psalm-plugin-mockery-1.x
  • Merge into: main
  • Upgrade psalm/plugin-mockery to ^1.0
chore(deps): update dependency symfony/http-client to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/major-symfony
  • Merge into: main
  • Upgrade symfony/http-client to ^6.0
chore(deps): update docker/build-push-action action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-5.x
  • Merge into: main
  • Upgrade docker/build-push-action to v5
chore(deps): update docker/login-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-3.x
  • Merge into: main
  • Upgrade docker/login-action to v3
chore(deps): update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: main
  • Upgrade docker/setup-buildx-action to v3
chore(deps): update php docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/php-8.x
  • Merge into: main
  • Upgrade php to 8.2-cli-alpine

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up packagist package psr/http-client-implementation
  • Failed to look up packagist package psr/http-factory-implementation
  • Failed to look up packagist package psalm/psalm
  • Failed to look up packagist package php-http/async-client-implementation

Files affected: composer.json, src/Contrib/Zipkin/composer.json, src/Contrib/composer.json, src/SDK/composer.json


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team November 14, 2023 20:08
Copy link

welcome bot commented Nov 14, 2023

Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one.

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #1141 (ba0f5ff) into main (d6c4c89) will not change coverage.
The diff coverage is n/a.

❗ Current head ba0f5ff differs from pull request most recent head 5c7a194. Consider uploading reports for the commit 5c7a194 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #1141   +/-   ##
=========================================
  Coverage     84.28%   84.28%           
  Complexity     2193     2193           
=========================================
  Files           282      282           
  Lines          6224     6224           
=========================================
  Hits           5246     5246           
  Misses          978      978           
Flag Coverage Δ
7.4 82.92% <ø> (ø)
8.0 84.21% <ø> (ø)
8.1 84.35% <ø> (ø)
8.2 84.35% <ø> (ø)
8.3 84.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6c4c89...5c7a194. Read the comment docs.

@bogdandrutu
Copy link
Member

Wrong setup of Renovate to entire org, reverted and PR not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant